]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/dict.h
hwcontext_vdpau: Remove duplicate definition of GET_CALLBACK
[ffmpeg] / libavutil / dict.h
index 3649b9fbe755648ee9858732781998985e39de02..3593e3abee9f96a7c30dff54130d22753dbcaed0 100644 (file)
@@ -61,7 +61,7 @@
 #define AV_DICT_DONT_STRDUP_KEY 4   /**< Take ownership of a key that's been
                                          allocated with av_malloc() and children. */
 #define AV_DICT_DONT_STRDUP_VAL 8   /**< Take ownership of a value that's been
-                                         allocated with av_malloc() and chilren. */
+                                         allocated with av_malloc() and children. */
 #define AV_DICT_DONT_OVERWRITE 16   ///< Don't overwrite existing entries.
 #define AV_DICT_APPEND         32   /**< If the entry already exists, append to it.  Note that no
                                       delimiter is added, the strings are simply concatenated. */