summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-07-18 08:34:02 -0400
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-18 21:20:34 +0200
commite3e4f1752c1c635454b0b17d91048d72606e40fa (patch)
tree65391b31e8022e23a05e872f7194fa13c2e21c2c /doc/developer.texi
parentefd4e5fe682027503883441382665812ded62c71 (diff)
doc/developer: add url for sample files
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index d9ccf7b938..7e9f0b2094 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -544,6 +544,10 @@ 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?
@item