summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-06 09:35:15 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-06 09:35:15 +0000
commitbf7e799c9e83f6f6718866841d3169a91ef6b07e (patch)
tree3146c3bbf94bc66b4215526ef158f23d0592dd11 /libavcodec/internal.h
parent10ae4bb477426f6a360bed684c6676e20f2de299 (diff)
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 0466318acb..89045fcb10 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -33,7 +33,7 @@
* a pointer to an AVClass struct
* @param[in] feature string containing the name of the missing feature
* @param[in] want_sample indicates if samples are wanted which exhibit this feature.
- * If \p want_sample is non-zero, additional verbage will be added to the log
+ * If want_sample is non-zero, additional verbage will be added to the log
* message which tells the user how to report samples to the development
* mailing list.
*/
@@ -48,13 +48,13 @@ void ff_log_missing_feature(void *avc, const char *feature, int want_sample);
void ff_log_ask_for_sample(void *avc, const char *msg);
/**
- * Determines whether \p pix_fmt is a hardware accelerated format.
+ * Determines whether pix_fmt is a hardware accelerated format.
*/
int ff_is_hwaccel_pix_fmt(enum PixelFormat pix_fmt);
/**
- * Returns the hardware accelerated codec for codec \p codec_id and
- * pixel format \p pix_fmt.
+ * Returns the hardware accelerated codec for codec codec_id and
+ * pixel format pix_fmt.
*
* @param codec_id the codec to match
* @param pix_fmt the pixel format to match