mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove unused variable, fixes the warning:
libavcodec/h264.c:1562: warning: unused variable `s' Originally committed as revision 22647 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1922c0a773
commit
6f2c72c126
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user