comparison gxfenc.c @ 1401:e4a89160a011 libavformat

use AVFormatContext to log
author bcoudurier
date Wed, 18 Oct 2006 15:10:14 +0000
parents 303e9fb547c7
children 98ef8d631737
comparison
equal deleted inserted replaced
1400:cb3a850b9971 1401:e4a89160a011
643 sc->track_type = 5; 643 sc->track_type = 5;
644 gxf->flags |= 0x00001000; 644 gxf->flags |= 0x00001000;
645 } 645 }
646 break; 646 break;
647 default: 647 default:
648 av_log(NULL, AV_LOG_ERROR, "video codec not supported\n"); 648 av_log(s, AV_LOG_ERROR, "video codec not supported\n");
649 return -1; 649 return -1;
650 } 650 }
651 } 651 }
652 } 652 }
653 gxf_write_map_packet(pb, gxf); 653 gxf_write_map_packet(pb, gxf);