[SCM] libav/experimental: the missing header ...

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:54:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 6287dc9aae24e831770775253f011776b27cd7fa
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jan 15 00:07:39 2007 +0000

    the missing header ...
    
    Originally committed as revision 7520 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtp_h264.h b/libavutil/aes.h
similarity index 80%
copy from libavformat/rtp_h264.h
copy to libavutil/aes.h
index 1950857..ccafc3f 100644
--- a/libavformat/rtp_h264.h
+++ b/libavutil/aes.h
@@ -1,6 +1,5 @@
 /*
- * RTP H264 Protocol (RFC3984)
- * Copyright (c) 2006 Ryan Martell.
+ * copyright (c) 2007 Michael Niedermayer <michaelni at gmx.at>
  *
  * This file is part of FFmpeg.
  *
@@ -19,8 +18,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef RTP_H264_H
-#define RTP_H264_H
+#ifndef AES_H
+#define AES_H
 
-extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
-#endif /* RTP_H264_H */
+struct AVAES;
+
+#endif /* AES_H */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list