[FFmpeg-soc] [soc]: r2307 - in eac3: checkout.sh ffmpeg.patch
jbr
subversion at mplayerhq.hu
Mon Jun 2 05:01:52 CEST 2008
Author: jbr
Date: Mon Jun 2 05:01:52 2008
New Revision: 2307
Log:
update to ffmpeg svn r13613
Modified:
eac3/checkout.sh
eac3/ffmpeg.patch
Modified: eac3/checkout.sh
==============================================================================
--- eac3/checkout.sh (original)
+++ eac3/checkout.sh Mon Jun 2 05:01:52 2008
@@ -4,7 +4,7 @@ echo "checking out ffmpeg svn"
for i in $FILES Makefile ac3_parser.c ac3_parser.h ac3enc.c ac3.c ac3.h; do
rm -f ffmpeg/libavcodec/$i
done
-svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk/ ffmpeg -r 13611
+svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk/ ffmpeg -r 13613
echo "patching ffmpeg"
cd ffmpeg
patch -p0 <../ffmpeg.patch
Modified: eac3/ffmpeg.patch
==============================================================================
--- eac3/ffmpeg.patch (original)
+++ eac3/ffmpeg.patch Mon Jun 2 05:01:52 2008
@@ -1,6 +1,6 @@
Index: libavcodec/Makefile
===================================================================
---- libavcodec/Makefile (revision 13611)
+--- libavcodec/Makefile (revision 13613)
+++ libavcodec/Makefile (working copy)
@@ -30,7 +30,7 @@
OBJS-$(CONFIG_ENCODERS) += faandct.o jfdctfst.o jfdctint.o
@@ -13,7 +13,7 @@ Index: libavcodec/Makefile
OBJS-$(CONFIG_AMV_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o
Index: libavcodec/ac3_parser.c
===================================================================
---- libavcodec/ac3_parser.c (revision 13611)
+--- libavcodec/ac3_parser.c (revision 13613)
+++ libavcodec/ac3_parser.c (working copy)
@@ -49,7 +49,6 @@
int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr)
@@ -87,7 +87,7 @@ Index: libavcodec/ac3_parser.c
Index: libavcodec/ac3.c
===================================================================
---- libavcodec/ac3.c (revision 13611)
+--- libavcodec/ac3.c (revision 13613)
+++ libavcodec/ac3.c (working copy)
@@ -173,7 +173,8 @@
}
@@ -120,30 +120,20 @@ Index: libavcodec/ac3.c
/**
Index: libavcodec/ac3.h
===================================================================
---- libavcodec/ac3.h (revision 13611)
+--- libavcodec/ac3.h (revision 13613)
+++ libavcodec/ac3.h (working copy)
-@@ -85,6 +85,11 @@
+@@ -85,9 +85,11 @@
uint8_t channel_mode;
uint8_t lfe_on;
uint8_t frame_type;
+ int substreamid;
-+ int center_mix_level; ///< Center mix level index
-+ int surround_mix_level; ///< Surround mix level index
-+ uint16_t channel_map;
+ int center_mix_level; ///< Center mix level index
+ int surround_mix_level; ///< Surround mix level index
+ uint16_t channel_map;
+ int num_blocks;
/** @} */
/** @defgroup derived Derived values
-@@ -95,9 +100,6 @@
- uint32_t bit_rate;
- uint8_t channels;
- uint16_t frame_size;
-- int center_mix_level; ///< Center mix level index
-- int surround_mix_level; ///< Surround mix level index
-- uint16_t channel_map;
- /** @} */
- } AC3HeaderInfo;
-
@@ -166,10 +168,12 @@
* @param[in] end ending bin location
* @param[in] snr_offset SNR adjustment
@@ -160,7 +150,7 @@ Index: libavcodec/ac3.h
int8_t *exp, int start, int end,
Index: libavcodec/ac3enc.c
===================================================================
---- libavcodec/ac3enc.c (revision 13611)
+--- libavcodec/ac3enc.c (revision 13613)
+++ libavcodec/ac3enc.c (working copy)
@@ -463,7 +463,8 @@
for(ch=0;ch<s->nb_all_channels;ch++) {
More information about the FFmpeg-soc
mailing list