X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpva.c;h=064f4039cce87ddf1d14edbdb8e829eb6ff6be30;hb=b7327887ea260d26e4fe98d34149cd57168f2ba3;hp=21373a53672197157a62afde1ef97282114758f3;hpb=6e9651d1064b6a3e18c24f15d5b03bb9c5fc3393;p=ffmpeg diff --git a/libavformat/pva.c b/libavformat/pva.c index 21373a53672..064f4039cce 100644 --- a/libavformat/pva.c +++ b/libavformat/pva.c @@ -208,5 +208,5 @@ AVInputFormat ff_pva_demuxer = { .read_probe = pva_probe, .read_header = pva_read_header, .read_packet = pva_read_packet, - .read_timestamp = pva_read_timestamp + .read_timestamp = pva_read_timestamp, };