Duplicate a string.
@param s String to be duplicated @return Pointer to a newly-allocated string containing a copy of s or NULL if the string cannot be allocated @see av_strndup()
See Implementation
Duplicate a string.
@param s String to be duplicated @return Pointer to a newly-allocated string containing a copy of s or NULL if the string cannot be allocated @see av_strndup()