]> git.sesse.net Git - ffmpeg/blobdiff - doc/developer.texi
lavc/hevc: rudimentary support for skip_loop_filter.
[ffmpeg] / doc / developer.texi
index d9ccf7b93896c2e85921717978878892bccda653..7e9f0b20946e55fec306a7f71e178b23c8de1733 100644 (file)
@@ -543,6 +543,10 @@ tools/trasher, the noise bitstream filter, and
 should not crash, end in a (near) infinite loop, or allocate ridiculous
 amounts of memory when fed damaged data.
 
+@item
+Did you test your decoder or demuxer against sample files?
+Samples may be obtained at @url{http://samples.ffmpeg.org}.
+
 @item
 Does the patch not mix functional and cosmetic changes?