[FFmpeg-cvslog] r22647 - trunk/libavcodec/h264.c
diego
subversion
Tue Mar 23 18:55:09 CET 2010
Author: diego
Date: Tue Mar 23 18:55:08 2010
New Revision: 22647
Log:
Remove unused variable, fixes the warning:
libavcodec/h264.c:1562: warning: unused variable `s'
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c Tue Mar 23 18:39:51 2010 (r22646)
+++ trunk/libavcodec/h264.c Tue Mar 23 18:55:08 2010 (r22647)
@@ -1559,7 +1559,6 @@ static int init_poc(H264Context *h){
* initialize scan tables
*/
static void init_scan_tables(H264Context *h){
- MpegEncContext * const s = &h->s;
int i;
if(h->h264dsp.h264_idct_add == ff_h264_idct_add_c){ //FIXME little ugly
memcpy(h->zigzag_scan, zigzag_scan, 16*sizeof(uint8_t));
More information about the ffmpeg-cvslog
mailing list