diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-26 23:03:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-26 23:03:49 +0000 |
| commit | c92c5f69408bbfb03f354d72beb573be6a96ad0d (patch) | |
| tree | a192f544e888dcd8bd6f7b70d5ac2c0955259963 /src | |
| parent | 1b6a26c3b1387026f68c5cb72f3da21370595f2d (diff) | |
Comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/dcp_decoder.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 89931aa38..8afebff57 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -17,6 +17,10 @@ */ +/** @file src/dcp_decoder.h + * @brief A decoder of existing DCPs. + */ + #include "video_decoder.h" #include "audio_decoder.h" #include "subtitle_decoder.h" |
