]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tta.c
os: replace select with poll
[ffmpeg] / libavformat / tta.c
index 64ed4d819a0105e7c5550159e2d9bd47bdda8945..21b7538d26d7bddee989cbfc715367288e1e4276 100644 (file)
@@ -143,7 +143,7 @@ static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
     return 0;
 }
 
-AVInputFormat tta_demuxer = {
+AVInputFormat ff_tta_demuxer = {
     "tta",
     NULL_IF_CONFIG_SMALL("True Audio"),
     sizeof(TTAContext),