]> git.sesse.net Git - ffmpeg/commit
lavf/segment: Use distinct IDs for list type ext & csv
authorAlexander Strasser <eclipse7@gmx.net>
Fri, 14 Sep 2012 21:31:47 +0000 (23:31 +0200)
committerAlexander Strasser <eclipse7@gmx.net>
Sat, 15 Sep 2012 20:58:12 +0000 (22:58 +0200)
commit49f3b331c78b6bf70bb880754d214893f265eda9
treeb8aa6e7b6ae33666fab9acb332f86bb0f1fa5532
parent3245be95ace663a689b5a95ed76dc0708aae3285
lavf/segment: Use distinct IDs for list type ext & csv

Remove a bogus warning when using segment_list_type csv.

The LIST_TYPE_EXT constant is only used internally, so it can
be removed when the feature (segment_list_type ext) gets removed.

Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
libavformat/segment.c