summaryrefslogtreecommitdiff
path: root/test/ffmpeg_examiner_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-29 20:57:02 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-29 20:57:02 +0100
commit233bb3f790aef3c8f9a7a7fde9875833b7dc1dfb (patch)
treebdf3969586b1d393a0dc7affe184573d2efb4c66 /test/ffmpeg_examiner_test.cc
parent034feb503b0a38eb82c21ae8d9f83522fc63a25c (diff)
Various comment fixes to tests.
Diffstat (limited to 'test/ffmpeg_examiner_test.cc')
-rw-r--r--test/ffmpeg_examiner_test.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ffmpeg_examiner_test.cc b/test/ffmpeg_examiner_test.cc
index 00a01e657..d72226a6f 100644
--- a/test/ffmpeg_examiner_test.cc
+++ b/test/ffmpeg_examiner_test.cc
@@ -17,6 +17,11 @@
*/
+/** @file test/ffmpeg_examiner_test.cc
+ * @brief Check that the FFmpegExaminer can extract the first video and audio time
+ * correctly from data/count300bd24.m2ts.
+ */
+
#include <boost/test/unit_test.hpp>
#include "lib/ffmpeg_examiner.h"
#include "lib/ffmpeg_content.h"