[FFmpeg-soc] [soc]: r674 - dirac/libavcodec/dirac.c
marco
subversion at mplayerhq.hu
Fri Aug 10 12:27:16 CEST 2007
Author: marco
Date: Fri Aug 10 12:27:16 2007
New Revision: 674
Log:
Don't read the next picture number in the AU header. This was removed in version 1.0pre8 of the Dirac specification
Modified:
dirac/libavcodec/dirac.c
Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c (original)
+++ dirac/libavcodec/dirac.c Fri Aug 10 12:27:16 2007
@@ -226,7 +226,6 @@ struct dirac_blockmotion {
#define REFFRAME_CNT 20
typedef struct DiracContext {
- int next_picture;
int access_unit;
unsigned int profile;
unsigned int level;
@@ -550,8 +549,6 @@ static int parse_access_unit_header(AVCo
unsigned int video_format;
/* Parse parameters. */
- s->next_picture = get_bits_long(gb, 32);
-
version_major = dirac_get_ue_golomb(gb);
version_minor = dirac_get_ue_golomb(gb);
/* XXX: Don't check the version yet, existing encoders do not yet
More information about the FFmpeg-soc
mailing list