[FFmpeg-cvslog] h264: remove an unused static constant

Vittorio Giovara git at videolan.org
Fri Sep 20 16:30:11 CEST 2013


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Sep 20 13:09:23 2013 +0200| [1cad7171dd6896b59c7e102f8ca0c1f1066c515a] | committer: Martin Storsjö

h264: remove an unused static constant

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1cad7171dd6896b59c7e102f8ca0c1f1066c515a
---

 libavcodec/h264.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 832b5c7..9d012c5 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -4428,8 +4428,6 @@ static int execute_decode_slices(H264Context *h, int context_count)
     return 0;
 }
 
-static const uint8_t start_code[] = { 0x00, 0x00, 0x01 };
-
 static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size,
                             int parse_extradata)
 {



More information about the ffmpeg-cvslog mailing list