diff options
Diffstat (limited to 'libavformat/mpc.c')
-rw-r--r-- | libavformat/mpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpc.c b/libavformat/mpc.c index 86e6f8e5b8..03d362998f 100644 --- a/libavformat/mpc.c +++ b/libavformat/mpc.c @@ -231,5 +231,5 @@ AVInputFormat ff_mpc_demuxer = { .read_packet = mpc_read_packet, .read_close = mpc_read_close, .read_seek = mpc_read_seek, - .extensions = "mpc", + .extensions = "mpc", }; |