On 16/04/14 02:50, Ben Avison wrote:
> This permits re-use with parsers for codecs which use similar start codes.
> ---
>  libavcodec/Makefile               |    2 +-
>  libavcodec/arm/Makefile           |    2 +-
>  libavcodec/arm/h264dsp_armv6.S    |  253 
> -------------------------------------
>  libavcodec/arm/h264dsp_init_arm.c |    4 +-
>  libavcodec/arm/startcode_armv6.S  |  253 
> +++++++++++++++++++++++++++++++++++++
>  libavcodec/h264dsp.c              |   31 +-----
>  libavcodec/startcode.c            |   57 +++++++++
>  libavcodec/startcode.h            |   35 +++++
>  8 files changed, 351 insertions(+), 286 deletions(-)
>  delete mode 100644 libavcodec/arm/h264dsp_armv6.S
>  create mode 100644 libavcodec/arm/startcode_armv6.S
>  create mode 100644 libavcodec/startcode.c
>  create mode 100644 libavcodec/startcode.h
> 

It would make sense, maybe I'd call it h264_startcode.c though.

lu

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to