Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.

This commit is contained in:
Diego Biurrun
2011-11-26 18:35:26 +01:00
parent 1469f943ad
commit c88ebdb42c
18 changed files with 0 additions and 32 deletions

View File

@@ -614,7 +614,6 @@ AVInputFormat ff_mpegps_demuxer = {
.read_probe = mpegps_probe,
.read_header = mpegps_read_header,
.read_packet = mpegps_read_packet,
.read_seek = NULL, //mpegps_read_seek,
.read_timestamp = mpegps_read_dts,
.flags = AVFMT_SHOW_IDS|AVFMT_TS_DISCONT,
};